home *** CD-ROM | disk | FTP | other *** search
- |disableobj|
- windowtitle `DisableObject "Object Name"
- printlf `"Object Name" identifies a Button, Field,
- printlf `or Document object. This command makes
- printlf `the Object inaccessable to the user until
- subject `EnableObject`EnableObject`
- printlf ` is used. The object is ghosted.
- end
-
- |enableobj|
- windowtitle `EnableObject "Object Name"`
- printlf `Makes the Object accessable to the user.
- printlf `and will display the Object as non-ghosted.
- printlf
- print `SEE ALSO: `
- subject `DisableObject`DisableObject`
- end
-
- |setobjstate|
- windowtitle `SetObjectState "Object Name", «logical expression»
- printlf `Used to deselect or select an Object.
- printlf `TRUE will select the Object.
- printlf `FALSE will deselect the Object.`
- end
-
- |fastfeedback|
- windowtitle `FastFeedBack «logical expression»
- printlf `Enables or disables FastFeedBack on
- printlf `mouse movements for an Object's Drag
- printlf `Script. See page 6-60 in the User's
- printlf `manual for a full discussion.
- end
-
- |moveobj|
- windowtitle `MoveObject "Object Name",<x>,<y>
- printlf `Moves an object in the visible window
- printlf `to the coordinates <x>,<y>.
- end
-
- |setint|
- windowtitle `SetInteger "Object Name",<value>
- printlf `Sets the value displayed in the Integer
- printlf `Field indicated by "Object Name" to the
- printlf `given value.
- printlf
- print `SEE ALSO: `
- subject `SetText`SetText`
- end
-
- |settext|
- windowtitle `SetText "Object Name", "Text"
- printlf `Sets the string displayed in the String
- printlf `Field of the specified object to the
- printlf `given "Text".
- printlf
- print `SEE ALSO: `
- subject `SetInteger`SetInteger`
- end
-
-
-